home *** CD-ROM | disk | FTP | other *** search
- object RemoveForm: TRemoveForm
- Left = 292
- Top = 225
- BorderStyle = bsDialog
- Caption = 'Are you sure?'
- ClientHeight = 77
- ClientWidth = 232
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 230
- Height = 13
- Caption = 'Are you sure you want to remove the Quick Clip:'
- end
- object File_lbl: TLabel
- Left = 16
- Top = 16
- Width = 185
- Height = 13
- Caption = 'NO FILE SELECETED: HIT CANCEL.'
- end
- object Yes_btn: TButton
- Left = 40
- Top = 48
- Width = 65
- Height = 25
- Caption = 'Yes'
- ModalResult = 2
- TabOrder = 0
- OnClick = Yes_btnClick
- end
- object No_btn: TButton
- Left = 120
- Top = 48
- Width = 65
- Height = 25
- Caption = 'No'
- ModalResult = 2
- TabOrder = 1
- end
- end
-